﻿#gktimeline {
    width: 1020px;
    height: 78px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: url('/templets/default/images/gkline.png') left 30px repeat-x;
    border-radius:10px;
}

#gkdates {
    overflow: hidden;
    margin: 12px 0 0 0;
    padding: 0 auto;
    width: 1020px;
}

#gkdates li {
    list-style: none;
    float: left;
    height: 34px;
    text-align: center;
    width: 160px;
}

#gkdates a {
    width: 160px;
    height: 34px;
    display: inline-block;
    background: url('/templets/default/images/gklinebigpoint.png') center bottom no-repeat;
}

#gkdates .selected {
    font-size: 14px;
    font-weight: bold;
    background: url('/templets/default/images/gklinebigpoint_selected.png') center bottom no-repeat;
    
}

#gkissues {
    width: 1020px;
    height: 38px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#gkissues li {
    width: 1020px;
    height: 38px;
    list-style: none;
    float: left;
    line-height: 38px;
  
}
#gkissues li a{
    margin-right: 15px;
}